home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Applications / SAT Quizzer / defines.h next >
Text File  |  1993-07-08  |  147b  |  8 lines

  1. /* defines.h for SAT Quizzer v0.3 */
  2.  
  3. #define NUMSLOTS 10
  4. #define MAXWORD 20
  5. #define MAXMEANING 80
  6. #define NUMOPTIONS 4
  7. #define DATAPATH "SAT.dat"
  8.